projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dd0cea
)
Forgot line in last commit
author
justbur
<justin@burkett.cc>
Thu, 19 Nov 2015 02:48:27 +0000
(21:48 -0500)
committer
justbur
<justin@burkett.cc>
Thu, 19 Nov 2015 02:48:27 +0000
(21:48 -0500)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 5e68f5c4cdae3c45b0b65f21f4853c319ba6ae6e..490ed7db2775fa0859ddd0d808d7d7ed97cd0e87 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-563,6
+563,7
@@
if there is space and the bottom otherwise."
"Apply suggested settings for side-window that opens on
bottom."
(interactive)
+ (which-key--setup-echo-keystrokes)
(setq which-key-popup-type 'side-window
which-key-side-window-location 'bottom
which-key-show-prefix 'echo))